WebdavSessionCredentials Property |
Gets or sets the network credentials used to authenticate the request
with the Internet resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic ICredentials Credentials { get; set; }Public Property Credentials As ICredentials
Get
Set
Property Value
Type:
ICredentials
Remarks
The Credentials property contains the authentication credentials
required to access the Internet resource.
See Also